You are here: COM Interface > Interfaces > IIndexJob Interface > IIndexJob::IsThreadDone Property
IIndexJob::IsThreadDone Property
Close
dtSearch Text Retrieval Engine Programmer's Reference
IIndexJob::IsThreadDone Property
Syntax
IDL
__property VARIANT_BOOL * IsThreadDone;

Returns true if an indexing thread started by ExecuteInThread is done. IsThreadDoneWait will return immediately if the thread is done, or it will wait up to millisecondsToWait to return if the thread is not done yet. IsThreadDoneWait should be called when you are checking in a loop, so the indexing thread will have a chance to complete.